CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman 解码

搜索资源列表

  1. huffman图像编码

    0下载:
  2. 基于matlab的哈夫曼的图像编解码,实现编码解码功能
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:1885781
    • 提供者:hu474722972
  1. Huffman

    0下载:
  2. C++编写的算法,利用Huffman对文件编码解码,压缩包中包括源代码和输入文件示例-C++ written algorithm using Huffman codec file compression package including source code and sample input file
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:209804
    • 提供者:jingjing
  1. huffman

    0下载:
  2. C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:20166
    • 提供者:梁小强
  1. Huffman

    0下载:
  2. 哈夫曼编码和解码,利用文件输入进行哈夫曼编码并解码到文件-Huffman coding and Decoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:373098
    • 提供者:xiaohan
  1. luvcview_arm

    1下载:
  2. 很给力的usb摄像头捕捉成像,带有huffman解码,可以读取mjpeg格式视频流-Is to force usb camera capture imaging, with the huffman decoding, you can read the the mjpeg format of video flow
  3. 所属分类:Video Capture

    • 发布日期:2016-09-30
    • 文件大小:152576
    • 提供者:chan
  1. huffman

    0下载:
  2. 分别为16位,32位哈夫曼编码与解码实现 ,数字图像处理课程设计-16 32 Huffman encoding and decoding implementations, digital image processing course design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:232661
    • 提供者:朱朴宁
  1. mp3-decoding-VHDL-program

    0下载:
  2. 完整的MP3解码程序,报告huffman解码,IMDCT,滤波。还附有一些说明-mp3 decode
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-08
    • 文件大小:117760
    • 提供者:蔡李福
  1. Huffman-encoding

    0下载:
  2. 基于哈夫曼编码的数据压缩/解压程序:将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件)和哈夫曼树文件;反过来,可将一个压缩文件解码还原为一个文本文件。-Data compression based on Huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:4565
    • 提供者:徐小龙
  1. huffman

    1下载:
  2. 霍夫曼编解码matlab程序,包含熵的计算。-Hoffman codec Matlab procedures, including the calculation of entropy.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:2035
    • 提供者:wangyanlin
  1. huffman

    0下载:
  2. 利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率-huffman encode and decode
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1269
    • 提供者:Ji Tong
  1. huffman3

    0下载:
  2. huffman解码程序,输出至文本,计算解码时间。-Huffman decoding process, and the results output to a text. Calculating time.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:22524
    • 提供者:李涵
  1. Huffman-encoding

    0下载:
  2. 哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:2328
    • 提供者:木子清
  1. huffman

    0下载:
  2. c语言实现霍夫曼信源编码,本人以验证可以完成文字图像编码解码!-c language source coding Huffman
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:3936601
    • 提供者:wangyaxiong
  1. huffman

    0下载:
  2. 本程序在DEVC++下实现huffman编码和解码,二者是分开的,压缩比达到1.7。程序也可以在VC++下运行。-The program DEVC++ achieve huffman encoding and decoding, the two are separate, the compression ratio of 1.7. Program can also be run under the VC++.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:9287
    • 提供者:万雨榕
  1. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1277534
    • 提供者:phoebe
  1. Huffman-enc-dec

    0下载:
  2. 实现了无损压缩算法:霍夫曼编码的编解码例子-Achieve a lossless compression algorithms: Huffman encoding codec examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:14752
    • 提供者:shangqingtao
  1. Huffman

    0下载:
  2. C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:4044
    • 提供者:温志平
  1. huffman

    0下载:
  2. 数据结构实验-利用二叉树结构实现哈夫曼编/解码器-The Experimental on data structure- which uses binary tree Huffman encoder/decoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:546531
    • 提供者:许晨雪
  1. Huffman

    0下载:
  2. 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3645
    • 提供者:leoo
  1. Huffman

    0下载:
  2. 基于Huffman算法的简单c++文件编码和解码,适合初学者学习,对于输入的一串字符简单的压缩并解压-Simple c++ document encoding and decoding based on Huffman algorithm, suitable for beginners to learn, to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:246714
    • 提供者:LIjing
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com